home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Mathematics / Curve / Curve.app / Strings / PolarExamples.strings~ < prev   
Encoding:
Text File  |  1992-07-29  |  230 b   |  8 lines

  1.     /* Example curves:  Polar Equations */
  2. "Circle" = "1";
  3. "Rose" = "Cos[2t]";
  4. "Folium" = "3 Sin[t] Cos[t] /(Sin[t]^3 + Cos[t]^3)";
  5. "Ellipse" = "1/(1 + 0.5 Cos[t])";
  6. "Parabola" = "1/(1 + Cos[t])";
  7. "Hyperbola" = "1/(1 + 1.5 Cos[t])";
  8.